home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / XText.subproj / XTScroller.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  286 b   |  14 lines

  1. #import <appkit/ScrollView.h>
  2. #import <appkit/ClipView.h>
  3. #import "XText.h"
  4.  
  5. /*    An XTScroller is a ScrollView that automatically installs an XText as
  6.     its subview and does all the appropriate setup. 
  7.  */
  8.  
  9. @interface XTScroller:ScrollView
  10. {
  11. }
  12. - initFrame:(const NXRect *)frameRect;
  13. @end
  14.